home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / killdrvb.lzh / KILLDRV.TXT < prev   
Text File  |  1991-01-01  |  1KB  |  38 lines

  1. This program can be used to tell tos that certain drives do not exist
  2. (even if they do).
  3. Also the opposite can be done, tell tos that drives exist, even if they 
  4. don't.
  5.  
  6. I use this program to tell TOS not to bother about my minix-partitions.
  7.  
  8. USAGE:
  9.         killdrv -c      : will disable drive C:.
  10.         killdrv +q      : will enable  drive Q:.
  11.         killdrv -cde    : will disable drive C: D: and E:.
  12.         
  13.         etc.
  14.         
  15. If no parameters are given to the program, it will start to look for
  16. the file KILLDRV.INF in the root directory.
  17. This file should contain the same parameters as specified from a SHELL.
  18.  
  19. example:
  20.  
  21. -de
  22. [EOF]
  23.         should kill drive D: and drive E:.
  24.         
  25. Be sure that there are no leading spaces before the -/+ sign.
  26.  
  27. That's it. It works fine for me, so I thought maybe someone else
  28. could use it too.
  29.  
  30. Oh - and rename to killdrv.prg to put it in the auto folder.
  31. src is supplied.
  32.  
  33. Do whatever you want with it.
  34.  
  35. Erling Henanger
  36. erlingh@idt.unit.no
  37.  
  38.